fix: members_sorted schedule#4376
Conversation
Signed-off-by: anilb <epipav@gmail.com>
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
PR SummaryLow Risk Overview That table is upstream of activity-relations enrichment (valid-member filtering via Reviewed by Cursor Bugbot for commit 6a3ff1c. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
|
There was a problem hiding this comment.
Pull request overview
Moves the hourly members_sorted Tinybird refresh from minute 8 to minute 36.
Changes:
- Updates the copy schedule to
36 * * * *. - PR title is missing the required
(CM-XXX)JIRA key.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| TARGET_DATASOURCE members_sorted | ||
| COPY_MODE replace | ||
| COPY_SCHEDULE 8 * * * * | ||
| COPY_SCHEDULE 36 * * * * |
|
lgtm |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (1)
services/libs/tinybird/pipes/members_sorted_copy_pipe.pipe:26
- This now runs after all hourly clean/enrich consumers, which read
members_sortedat minutes :10–:26 to filter valid members (activityRelations_bucket_clean_enrich_copy_pipe_{0..9}.pipe; seebucketing-architecture.md:118-143). They will therefore process the previous hour's member snapshot. Keep this refresh before :10, or reschedule every dependent consumer after :36.
COPY_SCHEDULE 36 * * * *
No description provided.